-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Stonesense docs (see description) #5187
base: develop
Are you sure you want to change the base?
Update Stonesense docs (see description) #5187
Conversation
Update the Stonesense docs to tell about using OpenGL on Windows for stability and reflect the changes made in DFHack/stonesense#121 Also added a note about our need for some missing art in stonesense (we don't have sprites for bookcases and pedestals for example)
@@ -19,7 +19,7 @@ or be moved independently. Configuration for stonesense can be set in the | |||
``dfhack-config/stonesense/init.txt`` file in your DF game directory. If the window refresh | |||
rate is too low, change ``SEGMENTSIZE_Z`` to ``2`` in this file, and if you are | |||
unable to see the edges of the map with the overlay active, try decreasing the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The overlay isn't a thing right now, and the reference to it might better be removed
@@ -19,7 +19,7 @@ or be moved independently. Configuration for stonesense can be set in the | |||
``dfhack-config/stonesense/init.txt`` file in your DF game directory. If the window refresh | |||
rate is too low, change ``SEGMENTSIZE_Z`` to ``2`` in this file, and if you are | |||
unable to see the edges of the map with the overlay active, try decreasing the | |||
value for ``SEGMENTSIZE_XY`` -- normal values are ``50`` to ``80``, depending | |||
value for ``SEGMENTSIZE_X`` and ``SEGMENTSIZE_Y`` -- normal values are ``50`` to ``80``, depending |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would it be better to promote setting them to AUTO?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would, but how should it be worded?
Stonesense Reddit and Segment Size split